Fix #1078

Andrew Cantino 8 ans auparavant
Parent
Commettre
fdd4673172
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      doc/heroku/install.md

+ 1 - 1
doc/heroku/install.md

@@ -10,7 +10,7 @@ If you still wish to use the Heroku free plan (which won't work very well), plea
10 10
 
11 11
 * Heroku's [free plan](https://www.heroku.com/pricing) limits total runtime per day to 18 hours. This means that Huginn must sleep some of the time, and so recurring tasks will only run if their recurrence frequency fits within the free plan's awake time, which is 30 minutes. Therefore, we recommend that you only use the every 1 minute, every 2 minute, and every 5 minute Agent scheduling options.
12 12
 * If you're using the free plan, you need to signup for a free [uptimerobot](https://uptimerobot.com) account and have it ping your Huginn URL on Heroku once every 70 minutes.  If you still receive warnings from Heroku, try a longer interval.
13
-* Heroku's free Postgres plan limits the number of database rows that you can have to 10,000, so you should be sure to set a low event retention schedule for your agents.
13
+* Heroku's free Postgres plan limits the number of database rows that you can have to 10,000, so you should be sure to set a low event retention schedule for your agents and set `AGENT_LOG_LENGTH`, the number of log lines kept in the DB per Agent, to something small: `heroku config:set AGENT_LOG_LENGTH=20`.
14 14
 
15 15
 ## Instructions
16 16